home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 190
- Top = 572
- Width = 138
- Height = 114
- Caption = 'Desktop Layout Saver'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Save: TButton
- Left = 16
- Top = 16
- Width = 97
- Height = 25
- Caption = 'Save Layout'
- TabOrder = 0
- OnClick = SaveClick
- end
- object Restore: TButton
- Left = 16
- Top = 48
- Width = 97
- Height = 25
- Caption = 'Restore Layout'
- TabOrder = 1
- OnClick = RestoreClick
- end
- end
-